home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iasued.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IASUBDIVTRANSFORMEDGE_H = 1;
- include("real/intact/r3iasdsbase.js")
- include("oops/r3vector.js")
- include("real/objects/r3subdiv.js")
-
-
- var R3CLID_IASUBDIVTRANSFORMEDGE = 1273;
-
-
-
-
-
-
-
- R3IASUBDIVTRANSEDGEA_Action = 1273500;
- function SetR3IASUBDIVTRANSEDGEA_Action(value) {
- R3Set(this.r3obj, R3IASUBDIVTRANSEDGEA_Action, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IASUBDIVTRANSEDGEA_Action() {
- return R3Get(this.r3obj, R3IASUBDIVTRANSEDGEA_Action, R3TID_INTEGER, 0);
- }
-
- R3IASUBDIVTRANSEDGEA_Axis = 1273501;
- function SetR3IASUBDIVTRANSEDGEA_Axis(value) {
- R3Set(this.r3obj, R3IASUBDIVTRANSEDGEA_Axis, value, R3TID_VECTOR, R3TNF_ARRAY);
- }
-
- R3IASUBDIVTRANSEDGEA_NormalO = 1273502;
- function SetR3IASUBDIVTRANSEDGEA_NormalO(value) {
- R3Set(this.r3obj, R3IASUBDIVTRANSEDGEA_NormalO, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IASUBDIVTRANSEDGEA_NormalO() {
- return R3Get(this.r3obj, R3IASUBDIVTRANSEDGEA_NormalO, R3TID_INTEGER, 0);
- }
-
- R3IASUBDIVTRANSEDGEA_Value = 1273503;
- function SetR3IASUBDIVTRANSEDGEA_Value(value) {
- R3Set(this.r3obj, R3IASUBDIVTRANSEDGEA_Value, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IASUBDIVTRANSEDGEA_Value() {
- return R3Get(this.r3obj, R3IASUBDIVTRANSEDGEA_Value, R3TID_FLOAT, 0);
- }
-
- R3IASUBDIVTRANSEDGEA_MoveAll = 1273504;
- function SetR3IASUBDIVTRANSEDGEA_MoveAll(value) {
- R3Set(this.r3obj, R3IASUBDIVTRANSEDGEA_MoveAll, value, R3TID_BOOLEAN, 0);
- }
-
- var R3IASUBTREDGEACTION_TRANSLATE = 0;
- var R3IASUBTREDGEACTION_SCALE = 1;
- var R3IASUBTREDGEACTION_ROTATE = 2;
-
-
- function r3Iasubdivtransformedge () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IASUBDIVTRANSFORMEDGE, arguments);
- }
- // Methods
-
- // Attributes
- this.GetAction=GetR3IASUBDIVTRANSEDGEA_Action;
- this.SetAction=SetR3IASUBDIVTRANSEDGEA_Action;
- this.SetAxis=SetR3IASUBDIVTRANSEDGEA_Axis;
- this.GetNormalO=GetR3IASUBDIVTRANSEDGEA_NormalO;
- this.SetNormalO=SetR3IASUBDIVTRANSEDGEA_NormalO;
- this.GetValue=GetR3IASUBDIVTRANSEDGEA_Value;
- this.SetValue=SetR3IASUBDIVTRANSEDGEA_Value;
- this.SetMoveAll=SetR3IASUBDIVTRANSEDGEA_MoveAll;
- }
-
- r3Iasubdivtransformedge.prototype=new r3Iasdsbase;
- // r3iasued.h_H